From d4d70f94c58078d014b17454536d40cf0905fe16 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Jan 2009 12:33:47 +0000 Subject: [PATCH] (Serial Ports): Improve wording, suggested by RMS. --- doc/lispref/processes.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 52563bca11d..265e63b6dee 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2506,8 +2506,8 @@ most common value. If @var{speed} is @code{nil}, the function ignores all other arguments and does not configure the port. This may be useful for special serial ports such as Bluetooth-to-serial converters which can only be configured through AT commands sent through the -connection. You can use the value of @code{nil} for @var{speed} only -for connections that are already open by a previous call to +connection. The value of @code{nil} for @var{speed} is valid only for +connections that were already opened by a previous call to @code{make-serial-process} or @code{serial-term}. @item :bytesize @var{bytesize} -- 2.30.2